home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE11 / CONSOLE / CONSOLE.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1996-05-27  |  1.9 KB  |  56 lines

  1. Text Console component
  2. Version 2.0  for 16 bit and 32 bit Delphi.
  3.  
  4. Copyright (c) 1995,96 by Danny Thorpe (dthorpe@subliminal.com)
  5.  
  6. You are hereby granted a royalty-free unlimited distribution
  7. license to compile the console components in this zip file into
  8. your applications.
  9.  
  10. The console.zip file containing the console component source
  11. code and sample program may be freely distributed through
  12. online networks so long as no modifications are made to the
  13. files and no fee is charged to obtain the files, other than
  14. normal online connection charges.
  15.  
  16. These components may NOT be distributed as source code or
  17. compiled DCU on diskette, CDRom, or as part of a
  18. product without prior written consent of the author.
  19.  
  20. All rights not explicitly granted here are reserved by the author.
  21.  
  22.  
  23.  
  24. To install the Console components:
  25.  
  26. 1. For Delphi 1.0: Select Options: Install Components menu.
  27.    For Delphi 2.0: Select the Component: Install menu.
  28. 2. Click the Add button.
  29. 3. Click the Browse button.
  30. 4. Locate and select the Console.pas file
  31. 5. Click the Ok buttons to close all the dialogs.
  32. The Delphi component library DLL will be recompiled with the new
  33. Console components added to the Additional page of the
  34. component palette.
  35.  
  36.  
  37. New features in console.pas version 2.0:
  38.  
  39. o  Updated to support 32 bit Delphi.
  40.    Single source for 32 bit and 16 bit Delphi.  Just recompile.
  41.  
  42. o  Word parameters changed to Cardinal.
  43.    This was necessary to eliminate artificial 64k limits
  44.    when the components are recompiled for 32 bit Delphi.
  45.    (64k limits still exist when compiled for 16 bit)
  46.    This change may affect some existing code (ProcessControlCodes
  47.    event handlers, primarily).  Just change your variable
  48.    types to Cardinal, too.
  49.  
  50. o  Added DefaultProcessControlCodes helper function
  51.  
  52. o  Moved WriteFill method to the public interface
  53.  
  54. o  Added coFixedPitchOnly element to Options property, to
  55.    ignore/enforce fixed pitch font requirements
  56.